home *** CD-ROM | disk | FTP | other *** search
/ Web Designer 98 (Professional) / WebDesigner 1.0.iso / htmled1 / hs25set.exe / HOMESITE.EXE / 0 / RCDATA / TFAPPLET / TFAPPLET.txt < prev   
Encoding:
Text File  |  1996-12-25  |  3.9 KB  |  191 lines

  1. object fApplet: TfApplet
  2.   Left = 383
  3.   Top = 173
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Applet'
  7.   ClientHeight = 260
  8.   ClientWidth = 464
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object imgJava: TImage
  17.     Left = 10
  18.     Top = 9
  19.     Width = 58
  20.     Height = 67
  21.     AutoSize = True
  22.     Picture.Data = {<image000.bmp>}
  23.   end
  24.   object grp: TGroupBox
  25.     Left = 82
  26.     Top = 4
  27.     Width = 371
  28.     Height = 213
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 25
  32.       Top = 32
  33.       Width = 25
  34.       Height = 13
  35.       Caption = 'Code'
  36.       Transparent = True
  37.     end
  38.     object Label3: TLabel
  39.       Left = 25
  40.       Top = 152
  41.       Width = 28
  42.       Height = 13
  43.       Caption = 'Width'
  44.       Transparent = True
  45.     end
  46.     object Label4: TLabel
  47.       Left = 25
  48.       Top = 176
  49.       Width = 31
  50.       Height = 13
  51.       Caption = 'Height'
  52.       Transparent = True
  53.     end
  54.     object Label2: TLabel
  55.       Left = 25
  56.       Top = 56
  57.       Width = 48
  58.       Height = 13
  59.       Caption = 'Codebase'
  60.       Transparent = True
  61.     end
  62.     object Label6: TLabel
  63.       Left = 25
  64.       Top = 127
  65.       Width = 23
  66.       Height = 13
  67.       Caption = 'Align'
  68.       Transparent = True
  69.     end
  70.     object Label5: TLabel
  71.       Left = 25
  72.       Top = 80
  73.       Width = 28
  74.       Height = 13
  75.       Caption = 'Name'
  76.       Transparent = True
  77.     end
  78.     object Label7: TLabel
  79.       Left = 25
  80.       Top = 104
  81.       Width = 20
  82.       Height = 13
  83.       Caption = 'Title'
  84.       Transparent = True
  85.     end
  86.     object txtWidth: TEdit
  87.       Left = 90
  88.       Top = 149
  89.       Width = 38
  90.       Height = 21
  91.       TabOrder = 2
  92.       OnKeyPress = txtKeyPress
  93.     end
  94.     object txtHeight: TEdit
  95.       Left = 90
  96.       Top = 173
  97.       Width = 38
  98.       Height = 21
  99.       TabOrder = 3
  100.       OnKeyPress = txtKeyPress
  101.     end
  102.     object txtCode: TEdit
  103.       Left = 90
  104.       Top = 27
  105.       Width = 238
  106.       Height = 21
  107.       TabOrder = 0
  108.     end
  109.     object btnCode: TBitBtn
  110.       Left = 333
  111.       Top = 26
  112.       Width = 22
  113.       Height = 21
  114.       TabOrder = 1
  115.       OnClick = btnCodeClick
  116.       Glyph.Data = {
  117.         F6000000424DF600000000000000760000002800000010000000100000000100
  118.         04000000000080000000CE0E0000C40E00000000000000000000000000000000
  119.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  120.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  121.         88888888888888888888000000000008888800333333333088880B0333333333
  122.         08880FBF3333333330880BFB0333333333080FBFB000000000000BFBFBFBFB08
  123.         88880FBFBFBFBF0888880BFB0000000888888000888888880008888888888888
  124.         8008888888880888080888888888800088888888888888888888}
  125.     end
  126.     object txtCodeBase: TEdit
  127.       Left = 90
  128.       Top = 51
  129.       Width = 238
  130.       Height = 21
  131.       TabOrder = 4
  132.     end
  133.     object cboAlign: TComboBox
  134.       Left = 90
  135.       Top = 124
  136.       Width = 143
  137.       Height = 21
  138.       ItemHeight = 13
  139.       Items.Strings = (
  140.         'LEFT'
  141.         'CENTER'
  142.         'RIGHT'
  143.         'TOP'
  144.         'MIDDLE'
  145.         'BOTTOM')
  146.       TabOrder = 5
  147.     end
  148.     object txtName: TEdit
  149.       Left = 90
  150.       Top = 76
  151.       Width = 238
  152.       Height = 21
  153.       TabOrder = 6
  154.     end
  155.     object txtTitle: TEdit
  156.       Left = 90
  157.       Top = 100
  158.       Width = 238
  159.       Height = 21
  160.       TabOrder = 7
  161.     end
  162.   end
  163.   object cmdOK: TButton
  164.     Left = 296
  165.     Top = 230
  166.     Width = 75
  167.     Height = 25
  168.     Caption = 'OK'
  169.     Default = True
  170.     ModalResult = 1
  171.     TabOrder = 1
  172.   end
  173.   object cmdCancel: TButton
  174.     Left = 378
  175.     Top = 230
  176.     Width = 75
  177.     Height = 25
  178.     Cancel = True
  179.     Caption = 'Cancel'
  180.     ModalResult = 2
  181.     TabOrder = 2
  182.   end
  183.   object cdgCode: TOpenDialog
  184.     FileEditStyle = fsEdit
  185.     Filter = 'Class files (*.class)|*.class|All files (*.*)|*.*'
  186.     Options = [ofHideReadOnly]
  187.     Left = 9
  188.     Top = 164
  189.   end
  190. end
  191.